home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IQcursor
- clearCursors()
- set the cursor of sprite 3 to IQcursor
- set the cursor of sprite 6 to IQcursor
- set the cursor of sprite 7 to IQcursor
- set the cursor of sprite 8 to IQcursor
- set the cursor of sprite 9 to IQcursor
- set the cursor of sprite 10 to IQcursor
- set the cursor of sprite 19 to IQcursor
- set the cursor of sprite 20 to IQcursor
- repeat with i = 30 to 38
- set the cursor of sprite i to IQcursor
- end repeat
- end
-